docs: Remove stale act references [doc-updater]#889
Merged
Conversation
Contributor
There was a problem hiding this comment.
Straightforward doc-only change. Both edits are accurate:
CHANGELOG.md: "act-based local CI" → "native make targets" — matches the change made in #885.gateway/README.md: "via act, CI parity" → "same checks as GitHub Actions" — accurately describes whatmake testnow does.
Verified that no other stale act references remain in active documentation (remaining hits are in .egg-state/drafts/ historical analysis files and uses of "act" as an English verb, neither of which need updating).
No issues found.
— Authored by egg
Contributor
Author
|
egg review completed. View run logs |
jwbron
approved these changes
Feb 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs: Remove stale act references [doc-updater]
Update documentation to reflect changes from f684b17 (Remove act dependency from make targets #885):
gateway/README.md: Update test command comment from "via act, CI parity" to "same checks as GitHub Actions"CHANGELOG.md: Update CI infrastructure description from "act-based local CI" to "native make targets"The act dependency was removed in #885 and replaced with native make targets that run the same checks as GitHub Actions. These documentation updates remove the last stale references to act.
Triggered by: #885
Authored-by: egg